home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
shark_attack_2.swf
/
scripts
/
DefineButton2_200
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2012-01-07
|
482b
|
14 lines
on(release){
if(_root.scoredone == "done" and _root.hiscore20 < _root.score and _root.old_score != _root.score)
{
_root.old_score = _root.score;
_root.hiscore = _root.score;
if(_root.xname eq "Name Here")
{
_root.xname = "etgames";
}
loadVariablesNum("/scores.php?action=sendscore&game=" + _root.game + "&hiscore=" + _root.hiscore + "&xname=" + _root.xname + "&randx=" + random(100),0,"POST");
}
_visible = 0;
}